Private Sub Command290_Click()
With CreateObject("internetexplorer.application")
.Visible = True
.Navigate "https://portal.sw.nat.gov.tw/APGQO/GB301"
Do While .Busy = True Or .readyState <> 4
Loop
DoEvents
.Document.all.mawb.innerText = 提單號碼.Value
End With
End Sub